home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 February (DVD) / PCWorld_2008-02_DVD.iso / v cisle / PHP / PHP.exe / xampp-win32-1.6.5-installer.exe / htdocs / xampp / lang / fr.php < prev    next >
Encoding:
PHP Script  |  2007-12-20  |  29.0 KB  |  481 lines

  1. <?php
  2.     // ---------------------------------------------------------------------
  3.     // GLOBAL
  4.     // ---------------------------------------------------------------------
  5.  
  6.     $TEXT['global-xampp'] = "XAMPP pour Windows";
  7.     $TEXT['global-showcode'] = "Obtenir les sources ici";
  8.     $TEXT['showcode'] = "Sources";
  9.  
  10.     // ---------------------------------------------------------------------
  11.     // NAVIGATION
  12.     // ---------------------------------------------------------------------
  13.  
  14.     $TEXT['navi-xampp'] = "XAMPP";
  15.     $TEXT['navi-welcome'] = "Bienvenue";
  16.     $TEXT['navi-status'] = "Statut";
  17.     $TEXT['navi-security'] = "SΘcuritΘ";
  18.     $TEXT['navi-doc'] = "Documentation";
  19.     $TEXT['navi-components'] = "Composants";
  20.     $TEXT['navi-about'] = "A propos de XAMPP";
  21.  
  22.     $TEXT['navi-demos'] = "DΘmos";
  23.     $TEXT['navi-cdcol'] = "Collection de CD";
  24.     $TEXT['navi-bio'] = "Biorhythme";
  25.     $TEXT['navi-guest'] = "Guest Book";
  26.     $TEXT['navi-perlenv'] = "MiniPerl";
  27.     $TEXT['navi-iart'] = "Instant Art";
  28.     $TEXT['navi-iart2'] = "Flash Art";
  29.     $TEXT['navi-phonebook'] = "RΘpertoire<br>TΘlΘphonique";
  30.     $TEXT['navi-perlasp'] = "Perl:ASP";
  31.     $TEXT['navi-pear'] = "Excel_Writer";
  32.     $TEXT['navi-adodb'] = "ADOdb";
  33.     $TEXT['navi-perl'] = "Module Perl";
  34.     $TEXT['navi-sms'] = "SMS Api";
  35.     $TEXT['navi-python'] = "Python";
  36.     $TEXT['navi-jsp'] = "Java";
  37.     $TEXT['navi-phpswitch'] = "PHP Switch";
  38.  
  39.     $TEXT['navi-tools'] = "Outils";
  40.     $TEXT['navi-phpmyadmin'] = "phpMyAdmin";
  41.     $TEXT['navi-phpsqliteadmin'] = "phpSQLiteAdmin";
  42.     $TEXT['navi-webalizer'] = "Webalizer";
  43.     $TEXT['navi-mercury'] = "Mercury Mail";
  44.     $TEXT['navi-filezilla'] = "FileZilla FTP";
  45.     $TEXT['navi-jpgraph'] = "JpGraph";
  46.  
  47.     $TEXT['navi-specialguest'] = "InvitΘ";
  48.     $TEXT['navi-guest1'] = "FCKeditor";
  49.  
  50.     $TEXT['navi-languages'] = "Langues";
  51.  
  52.     // ---------------------------------------------------------------------
  53.     // STATUS
  54.     // ---------------------------------------------------------------------
  55.  
  56.     $TEXT['status-head'] = "Statut XAMPP";
  57.     $TEXT['status-text1'] = "Cette page recueille l'ensemble des informations sur ce qui marche et qui est lancΘ et ce qui ne l'est pas.";
  58.     $TEXT['status-text2'] = "Certains changements dans la configuration peuvent causer de faux rapports de statuts erronΘs. Avec SSL (https://localhost) tous ces rapports de fonctionnent pas!";
  59.  
  60.     $TEXT['status-mysql'] = "Base de DonnΘes MySQL";
  61.     $TEXT['status-php'] = "PHP";
  62.     $TEXT['status-perl'] = "Perl avec mod_perl";
  63.     $TEXT['status-cgi'] = "Common Gateway Interface (CGI)";
  64.     $TEXT['status-ssi'] = "Server Side Includes (SSI)";
  65.     $TEXT['status-mmcache'] = "PHP extension \"Turck MMCache\"";
  66.     $TEXT['status-mmcache-url'] = "http://www.apachefriends.org/faq-wampp-en.html#mmcache";
  67.     $TEXT['status-smtp'] = "Serveur SMTP";
  68.     $TEXT['status-ftp'] = "Serveur FTP";
  69.     $TEXT['status-oci8'] = "PHP extension \"OCI8/Oracle\"";
  70.     $TEXT['status-oci8-url'] = "http://www.apachefriends.org/faq-lampp-en.html#oci8";
  71.     $TEXT['status-ssl'] = "HTTPS (SSL)";
  72.     $TEXT['status-tomcat'] = "Tomcat Service";
  73.     $TEXT['status-named'] = "Domain Name Service (DNS)";
  74.     $TEXT['status-python'] = "Python avec mod_python";
  75.  
  76.  
  77.     $TEXT['status-lookfaq'] = "voir FAQ";
  78.     $TEXT['status-ok'] = "ACTIVE";
  79.     $TEXT['status-nok'] = "DESACTIVE";
  80.  
  81.     $TEXT['status-tab1'] = "Composant";
  82.     $TEXT['status-tab2'] = "Statut";
  83.     $TEXT['status-tab3'] = "Conseil";
  84.  
  85.     // ---------------------------------------------------------------------
  86.     // SECURITY
  87.     // ---------------------------------------------------------------------
  88.  
  89.     $TEXT['security-head'] = "SecuritΘ XAMPP";
  90.     $TEXT['security-text1'] = "Cette page vous donne un bref aperτu du statut de securitΘ de votre installation de XAMPP. (Veuillez lire la suite aprΦs le tableau.) <i>Sorry, but no french translation for this section available, so switching to english.</i>";
  91.     $TEXT['security-text2'] = "The green marked points are secure; the red marked points are definitively unsecure and the yellow marked points couldn't be checked (for example because the sofware to check isn't running).<p>To fix the problems for mysql, phpmyadmin and the xampp directory simply use</b><p>=> <a href=\"/security/xamppsecurity.php\"><b>http://localhost/security/xamppsecurity.php</b></a> <=   [allowed only for localhost]<br> <br> <br>
  92.     Some other important notes:<ul>
  93.     <li>All these test are made ONLY for host \"localhost\" (127.0.0.1).</li>
  94.     <li><i><b>For FileZilla FTP und Mercury Mail, you must fix all security problems by yourself! Sorry. </b></i></li>
  95.     <li>If your computer is not online or blocked by a firewall, your servers are SECURE against outside attacks.</li>
  96.     <li>If servers are not running, these servers are although SECURE!</li></ul>";
  97.     $TEXT['security-text3'] = "<b>Please consider this:
  98.     With more XAMPP security some examples will NOT execute error free. If you use PHP in \"safe mode\" for example some functions of this security frontend will not working anymore. Often even more security means less functionality at the same time.</b>";
  99.     $TEXT['security-text4'] = "The XAMPP default ports:";
  100.  
  101.     $TEXT['security-ok'] = "SECURE";
  102.     $TEXT['security-nok'] = "UNSECURE";
  103.     $TEXT['security-noidea'] = "UNKNOWN";
  104.  
  105.     $TEXT['security-tab1'] = "Subject";
  106.     $TEXT['security-tab2'] = "Status";
  107.  
  108.     $TEXT['security-checkapache-nok'] = "These XAMPP pages are accessible by network for everyone";
  109.     $TEXT['security-checkapache-ok'] = "These XAMPP pages are no longer accessible by network for everyone";
  110.     $TEXT['security-checkapache-text'] = "Every XAMPP demo page you are right now looking at is accessible for everyone over network. Everyone who knows your IP address can see these pages.";
  111.  
  112.     $TEXT['security-checkmysqlport-nok'] = "MySQL is accessible by the network";
  113.     $TEXT['security-checkmysqlport-ok'] = "MySQL is no longer accessible over the network";
  114.     $TEXT['security-checkmysqlport-text'] = "This is a potential or at least theoretical security leak. And if you're mad about security you should disable the network interface of MySQL.";
  115.  
  116.     $TEXT['security-checkpmamysqluser-nok'] = "The phpMyAdmin user pma has no password";
  117.     $TEXT['security-checkpmamysqluser-ok'] = "The phpMyAdmin user pma has no longer no password";
  118.     $TEXT['security-checkpmamysqluser-text'] = "phpMyAdmin saves your preferences in an extra MySQL database. To access this data phpMyAdmin uses the special user pma. This user has in the default installation no password set and to avoid any security problems you should give him a passwort.";
  119.  
  120.     $TEXT['security-checkmysql-nok'] = "The MySQL admin user root has NO password";
  121.     $TEXT['security-checkmysql-ok'] = "The MySQL admin user root has no longer no password";
  122.     $TEXT['security-checkmysql-out'] = "A MySQL server is not running  or is blocked by a firewall!";
  123.     $TEXT['security-checkmysql-text'] = "Every local user on Windows box can access your MySQL database with administrator rights. You should set a password.";
  124.  
  125.     $TEXT['security-pop-nok'] = "The test user (newuser) for Mercury Mail server (POP3) have an old password (wampp)";
  126.     $TEXT['security-pop-ok'] = "The test user \"newuser\" for the POP3 server (Mercury Mail?) does not exists anymore or have a new password";
  127.     $TEXT['security-pop-out'] = "A POP3 server like Mercury Mail is not running or is blocked by a firewall!";
  128.     $TEXT['security-pop-notload'] = "<i>The necessary IMAP extension for this secure test is not loading (php.ini)!</i><br>";
  129.     $TEXT['security-pop-text'] = "Please check and perhaps edit all users and passwords in the the Mercury Mail server configuration!";
  130.  
  131.     $TEXT['security-checkftppassword-nok'] = "The FileZilla FTP password is still 'wampp'";
  132.     $TEXT['security-checkftppassword-ok'] = "The FileZilla FTP password was changed";
  133.     $TEXT['security-checkftppassword-out'] = "A FTP server is not running  or is blocked by a firewall!";
  134.     $TEXT['security-checkftppassword-text'] = "If the FileZilla FTP server was started, the default user 'newuser' with password 'wampp' can upload and change files for your XAMPP webserver. So if you enabled FileZilla FTP you should set a new password for user 'newuser'.";
  135.  
  136.     $TEXT['security-phpmyadmin-nok'] = "PhpMyAdmin is free accessible by network";
  137.     $TEXT['security-phpmyadmin-ok'] = "PhpMyAdmin password login is enabled.";
  138.     $TEXT['security-phpmyadmin-out'] = "PhpMyAdmin: Could not find the 'config.inc.php' ...";
  139.     $TEXT['security-phpmyadmin-text'] = "PhpMyAdmin is accessible by network without password. The configuration 'httpd' or 'cookie' in the \"config.inc.php\" can help.";
  140.  
  141.     $TEXT['security-checkphp-nok'] = "PHP is NOT running in \"safe mode\"";
  142.     $TEXT['security-checkphp-ok'] = "PHP is running in \"safe mode\"";
  143.     $TEXT['security-checkphp-out'] = "Unable to control the setting of PHP!";
  144.     $TEXT['security-checkphp-text'] = "If do you want to offer PHP executions for outside persons, please think about a \"safe mode\" configuration. But for standalone developer we recommend NOT the \"safe mode\" configuration because some important functions will not working then. <a href=\"http://www.php.net/features.safe-mode\" target=\"_new\"><font size=1>More Info</font></a>";
  145.  
  146.     // ---------------------------------------------------------------------
  147.     // SECURITY SETUP
  148.     // ---------------------------------------------------------------------
  149.  
  150.     $TEXT['mysql-security-head'] = "Security console MySQL & XAMPP directory protection";
  151.     $TEXT['mysql-rootsetup-head'] = "MYSQL SECTION: \"ROOT\" PASSWORD";
  152.     $TEXT['mysql-rootsetup-text1'] = "";
  153.     $TEXT['mysql-rootsetup-notrunning'] = "The MySQL server is not running or is blocked by a firewall! Please check this problem first ...";
  154.     $TEXT['mysql-rootsetup-passwdnotok'] = "The new password is identical with the repeat password. Please enter both passwords for new!";
  155.     $TEXT['mysql-rootsetup-passwdnull'] = "Zero passwords ('') will not accepted!";
  156.     $TEXT['mysql-rootsetup-passwdsuccess'] = "SUCCESS: The password for the SuperUser 'root' was set or updated!
  157.     But note: The initialization of the new password for \"root\" needs a RESTART OF MYSQL !!!! The data with the new password was safed in the following file:";
  158.     $TEXT['mysql-rootsetup-passwdnosuccess'] = "ERROR: The root password is perhaps wrong. MySQL decline the login with these current root password.";
  159.     $TEXT['mysql-rootsetup-passwdold'] = "Current passwort:";
  160.     $TEXT['mysql-rootsetup-passwd'] = "New password:";
  161.     $TEXT['mysql-rootsetup-passwdrepeat'] = "Repeat the new password:";
  162.     $TEXT['mysql-rootsetup-passwdchange'] = "Password changing";
  163.     $TEXT['mysql-rootsetup-phpmyadmin'] = "PhpMyAdmin authentification:";
  164.  
  165.     $TEXT['xampp-setup-head'] = "XAMPP DIRECTORY PROTECTION (.htaccess)";
  166.     $TEXT['xampp-setup-user'] = "User:";
  167.     $TEXT['xampp-setup-passwd'] = "Password:";
  168.     $TEXT['xampp-setup-start'] = "Make safe the XAMPP directory";
  169.     $TEXT['xampp-setup-notok'] = "<br><br>ERROR: The string for the user name and password must have at least three  characters and not more then 15 characters. Special characters like <÷Σⁿ (usw.) and empty characters are not allowed!<br><br>";
  170.     $TEXT['xampp-setup-ok'] = "<br><br>The root password was successfully changed. Please restart MYSQL for loading these changes!<br><br>";
  171.     $TEXT['xampp-config-ok'] = "<br><br>SUCCESS: The XAMPP directory is protected now! All personal data was safed in the following file:<br>";
  172.     $TEXT['xampp-config-notok'] = "<br><br>ERROR: Your system could NOT activate the directory protection with the \".htaccess\" and the \"htpasswd.exe\". Perhaps PHP is in the \"Safe Mode\".<br><br>";
  173.  
  174.     // ---------------------------------------------------------------------
  175.     // START
  176.     // ---------------------------------------------------------------------
  177.  
  178.     $TEXT['start-head'] = "Bienvenue dans XAMPP pour Windows";
  179.  
  180.     $TEXT['start-subhead'] = "Bravo:<br>Vous venez d'installer XAMPP avec succΦs!";
  181.  
  182.     $TEXT['start-text-newest'] = "";
  183.  
  184.     $TEXT['start-text1'] = "Vous pouvez dΦs lors commencer α utiliser Apache and Co. Vous devriez avant tout essayer \"Statut\" dans le menu de navigation pour s'assurer que tout fonctionne bien.";
  185.  
  186.     $TEXT['start-text2'] = "AprΦs les tests, vous pouvez aller voir les exemples situΘs sous les liens de test.";
  187.  
  188.     $TEXT['start-text3'] = "Avant de commencer α programmer en PHP ou en Perl (ou autre ;),  allez voir le fichier <a href=\"http://www.apachefriends.org/wampp-en.html\">XAMPP lisez-moi</a> pour avoir plus d'informations sur votre installation XAMPP.";
  189.  
  190.     $TEXT['start-text4'] = "Pour le support OpenSSL, veuillez utiliser le certificat de test avec <a href='https://127.0.0.1' target='_top'>https://127.0.0.1</a> ou <a href='https://localhost' target='_top'>https://localhost</a>";
  191.  
  192.     $TEXT['start-text5'] = "Et trΦs important! Merci pour l'aide et le support de Carsten, Nemesis, KriS, Boppy, Pc-Dummy et tous les autres amis de XAMPP!";
  193.  
  194.     $TEXT['start-text6'] = "Bonne chance,<br>Kay Vogelgesang + Kai 'Oswald' Seidler";
  195.  
  196.     // ---------------------------------------------------------------------
  197.     // MANUALS
  198.     // ---------------------------------------------------------------------
  199.  
  200.     $TEXT['manuals-head'] = "Documentation en ligne";
  201.  
  202.     $TEXT['manuals-text1'] = "XAMPP regroupe beaucoup de logiciels diffΘrents dans un seul paquet. Voici une liste de documentation standard et de rΘfΘrence des paquetages les plus importants.";
  203.  
  204.  
  205.     $TEXT['manuals-list1'] = "
  206.     <ul>
  207.     <li><a href=\"http://httpd.apache.org/docs/2.2/en/\">Documentation Apache 2</a>
  208.     <li><a href=\"http://www.php.net/manual/en/\">Documentation de <b>rΘfΘrence </b>PHP</a>
  209.     <li><a href=\"http://perldoc.perl.org/\">Documentation Perl </a>
  210.     <li><a href=\"http://dev.mysql.com/doc/refman/5.0/en/index.html\">Documentation MySQL</a>
  211.     <li><a href=\"http://phplens.com/adodb/\">ADODB</a>
  212.     <li><a href=\"http://eaccelerator.net/DocumentationUk/\">eAccelerator</a>
  213.     <li><a href=\"http://www.fpdf.org/en/doc/index.php\">Documentation class fpdf </a>
  214.     </ul>";
  215.  
  216.     $TEXT['manuals-text2'] = "Et une petite liste de tutoriaux et la page de documentation d'Apache Friends:";
  217.  
  218.     $TEXT['manuals-list2'] = "
  219.     <ul>
  220.     <li><a href=\"http://www.apachefriends.org/en/faq-xampp.html\">Documentation Apache Friends </a>
  221.     <li><a href=\"http://www.freewebmasterhelp.com/tutorials/php/\"> Tutoriel PHP </a> by David Gowans
  222.     <li><a href=\"http://www.davesite.com/webstation/html/\">HTML - Un Tutoriel Interactif pour DΘbutants</a> by Dave Kristula
  223.     <li><a href=\"http://www.comp.leeds.ac.uk/Perl/start.html\"> Tutoriel Perl </a> by Nik Silver
  224.     </ul>";
  225.  
  226.     $TEXT['manuals-text3'] = "Bonne Chance et Amusez vous bien! :)";
  227.  
  228.     // ---------------------------------------------------------------------
  229.     // COMPONENTS
  230.     // ---------------------------------------------------------------------
  231.  
  232.     $TEXT['components-head'] = "Composants XAMPP";
  233.  
  234.     $TEXT['components-text1'] = " XAMPP regroupe beaucoup de logiciels diffΘrents dans un seul paquet. Voici un aperτu de tous les paquetages.";
  235.  
  236.     $TEXT['components-text2'] = "Un grand merci aux dΘveloppeurs de ces programmes.";
  237.  
  238.     $TEXT['components-text3'] = "Dans le rΘpertoire <b>\\xampp\licenses</b> vous trouverez toutes les licences de ces programmes.";
  239.  
  240.     // ---------------------------------------------------------------------
  241.     // CD COLLECTION DEMO
  242.     // ---------------------------------------------------------------------
  243.  
  244.     $TEXT['cds-head'] = "CD Collection (Exemple pour les classes PHP+MySQL+PDF class)";
  245.     $TEXT['cds-head-fpdf'] = "CD Collection (Exemple pour les classes PHP+MySQL+FPDF)";
  246.  
  247.     $TEXT['cds-text1'] = "Un programme de CD trΦs simple.";
  248.  
  249.     $TEXT['cds-text2'] = "Liste de CD en temps que document <a href='$_SERVER[PHP_SELF]?action=getpdf'>PDF</a>.";
  250.  
  251.     $TEXT['cds-error'] = "Impossible d'accΘder α la base de donnΘes!<br>Est-ce que MySQL est lancΘ, ou avez vous changΘ le mot de passe?";
  252.     $TEXT['cds-head1'] = "Mes CDs";
  253.     $TEXT['cds-attrib1'] = "Artiste";
  254.     $TEXT['cds-attrib2'] = "Titre";
  255.     $TEXT['cds-attrib3'] = "AnnΘe";
  256.     $TEXT['cds-attrib4'] = "Commande";
  257.     $TEXT['cds-sure'] = "Sur?";
  258.     $TEXT['cds-head2'] = "Ajouter CD";
  259.     $TEXT['cds-button1'] = "SUPPRIMER CD";
  260.     $TEXT['cds-button2'] = "AJOUTER CD";
  261.  
  262.     // ---------------------------------------------------------------------
  263.     // BIORHYTHM DEMO
  264.     // ---------------------------------------------------------------------
  265.  
  266.     $TEXT['bio-head'] = "Biorythme (Exemple pour PHP+GD)";
  267.  
  268.     $TEXT['bio-by'] = "par";
  269.     $TEXT['bio-ask'] = "Veuillez entrer votre date de naissance";
  270.     $TEXT['bio-ok'] = "OK";
  271.     $TEXT['bio-error1'] = "Date";
  272.     $TEXT['bio-error2'] = "est invalide";
  273.  
  274.     $TEXT['bio-birthday'] = "Date de Naissance";
  275.     $TEXT['bio-today'] = "Aujourd'hui";
  276.     $TEXT['bio-intellectual'] = "Intellectuel";
  277.     $TEXT['bio-emotional'] = "Emotionnel";
  278.     $TEXT['bio-physical'] = "Physique";
  279.  
  280.     // ---------------------------------------------------------------------
  281.     // INSTANT ART DEMO
  282.     // ---------------------------------------------------------------------
  283.  
  284.     $TEXT['iart-head'] = "Instant Art (Exemple pour PHP+GD+FreeType)";
  285.     $TEXT['iart-text1'] = "Police \"AnkeCalligraph\" par <a class=blue target=extern href=\"http://www.anke-art.de/\">Anke Arnold</a>";
  286.     $TEXT['iart-ok'] = "OK";
  287.  
  288.     // ---------------------------------------------------------------------
  289.     // FLASH ART DEMO
  290.     // ---------------------------------------------------------------------
  291.  
  292.     $TEXT['flash-head'] = "Flash Art (Exemple for PHP+MING)";
  293.     $TEXT['flash-text1'] = "Police \"AnkeCalligraph\" par <a class=blue target=extern href=\"http://www.anke-art.de/\">Anke Arnold</a>";
  294.     $TEXT['flash-ok'] = "OK";
  295.  
  296.     // ---------------------------------------------------------------------
  297.     // PHONE BOOK DEMO
  298.     // ---------------------------------------------------------------------
  299.  
  300.     $TEXT['phonebook-head'] = "RΘpertoire TΘlΘphonique (Exemple pour PHP+SQLite)";
  301.  
  302.     $TEXT['phonebook-text1'] = "Un script trΦs simple de rΘpertoire tΘlΘphonique, mais implΘmentΘ avec une technologie moderne et rΘcente: SQLite, la base de donnΘes SQL sans serveur.";
  303.  
  304.     $TEXT['phonebook-error'] = "Impossible d'ouvrir la base de donnΘes!";
  305.     $TEXT['phonebook-head1'] = "Mes NumΘros";
  306.     $TEXT['phonebook-attrib1'] = "Nom";
  307.     $TEXT['phonebook-attrib2'] = "PrΘnom";
  308.     $TEXT['phonebook-attrib3'] = "NumΘro";
  309.     $TEXT['phonebook-attrib4'] = "Command";
  310.     $TEXT['phonebook-sure'] = "Sur?";
  311.     $TEXT['phonebook-head2'] = "Ajouter EntrΘe";
  312.     $TEXT['phonebook-button1'] = "SUPPRIMER";
  313.     $TEXT['phonebook-button2'] = "AJOUTER";
  314.  
  315.     // ---------------------------------------------------------------------
  316.     // ABOUT
  317.     // ---------------------------------------------------------------------
  318.  
  319.     $TEXT['about-head'] = "A Propos d'XAMPP";
  320.  
  321.     $TEXT['about-subhead1'] = "IdΘe et RΘalisation";
  322.  
  323.     $TEXT['about-subhead2'] = "Design";
  324.  
  325.     $TEXT['about-subhead3'] = "Collaboration";
  326.  
  327.     $TEXT['about-subhead4'] = "Contacts";
  328.  
  329.     // ---------------------------------------------------------------------
  330.     // MERCURY
  331.     // ---------------------------------------------------------------------
  332.  
  333.     $TEXT['mail-head'] = "Mailing avec le serveur Mercury Mail SMTP et POP3";
  334.     $TEXT['mail-hinweise'] = "Notes importantes sur l'utilisation de Mercury!";
  335.     $TEXT['mail-adress'] = "ExpΘditeur:";
  336.     $TEXT['mail-adressat'] = "Destinataire:";
  337.     $TEXT['mail-cc'] = "CC:";
  338.     $TEXT['mail-subject'] = "Sujet:";
  339.     $TEXT['mail-message'] = "Message:";
  340.     $TEXT['mail-sendnow'] = "Envoi du message en cours...";
  341.     $TEXT['mail-sendok'] = "Le message a ΘtΘ envoyΘ avec succΦs!";
  342.     $TEXT['mail-sendnotok'] = "Erreur! L'envoi du message a ΘchouΘ!";
  343.     $TEXT['mail-help1'] = "Notes pour l'utilisation de Mercury:<br><br>";
  344.     $TEXT['mail-help2'] = "<ul>
  345.     <li>Mercury requiert une connexion externe au dΘmarrage;</li>
  346.     <li>au dΘmarrage, Mercury dΘfini le Service des Noms de Domaine (DNS) automatiquement en lui affectant le serveur de nom de votre provider;</li>
  347.     <li>Pour les utilisateurs de serveurs Gateway: Veuillez spΘcifier votre DNS via TCP/IP;</li>
  348.     <li>Le fichier de configuration de Mercury s'appelle MERCURY.INI;</li>
  349.     <li>Pour tester, veuillez envoyer un message α postmaster@localhost ou admin@localhost et verifiez l'existance de ces messages dans les repertoires suivants : xampp.../mailserver/MAIL/postmaster ou (...)/admin;</li>
  350.     <li>un utilisateur test nommΘ \"newuser\" (newuser@localhost) avec le mot de passe = wampp;</li>
  351.     <li>le spam et autres obscΘnitΘs sont strictement interdits avec Mercury!;</li>
  352.     </ul>";
  353.     $TEXT['mail-url'] = "<a href=\"http://www.pmail.com/overviews/ovw_mercury.htm\" target=\"_top\">http://www.pmail.com/overviews/ovw_mercury.htm</a>";
  354.     // ---------------------------------------------------------------------
  355.     // FileZilla FTP
  356.     // ---------------------------------------------------------------------
  357.  
  358.     $TEXT['filezilla-head'] = "Serveur FTP FileZilla";
  359.     $TEXT['filezilla-install'] = "Apache <U>n'est pas</U> un Serveur FTP... mais FileZilla FTP en est un. Veuillez considΘrer les rΘfΘrences suivantes.";
  360.     $TEXT['filezilla-install2'] = "Dans le rΘpertoire principal de xampp, lancez \"filezilla_setup.bat\" pour le setup. Attention: Pour Windows NT, 2000 et XP Professionnel, FileZilla a besoin d'Ωtre installΘ en temps que service.";
  361.     $TEXT['filezilla-install3'] = "Configurer \"FileZilla FTP\". Pour cela, veuillez utiliser l'interface FileZilla \"FileZilla Server Interface.exe\". Deux utilisateurs sont dans cet exemple:<br><br>
  362.     A: Un utilisateur par dΘfaut \"newuser\", password \"wampp\". Le rΘpertoire racine est xampp\htdocs.<br>
  363.     B: Un utilisateur anonymous \"anonymous\", pas de password. Le rΘpertoire racine est xampp\anonymous.<br><br>
  364.     L'adresse par defaut est l'adresse de loopback 127.0.0.1.";
  365.     $TEXT['filezilla-install4'] = "Le serveur FTP s'arrΩte avec \"FileZillaFTP_stop.bat\". Pour le service FileZilla FTP, veuillez utiliser \"FileZillaServer.exe\". Apres, vous pouvez configurer les options de dΘmarrage.";
  366.     $TEXT['filezilla-url'] = "<br><br><a href=\"http://filezilla.sourceforge.net\" target=\"_top\">http://filezilla.sourceforge.net</a>";
  367.  
  368.     // ---------------------------------------------------------------------
  369.     // PEAR
  370.     // ---------------------------------------------------------------------
  371.  
  372.     $TEXT['pear-head'] = "Export Excel avec PEAR (PHP)";
  373.     $TEXT['pear-text'] = "Un petit <a class=blue target=extern href=\"http://www.contentmanager.de/magazin/artikel_310-print_excel_export_mit_pear.html\">Manuel</A> de Bj÷rn Schotte sur <a class=blue target=extern href=\"http://www.thinkphp.de/\">ThinkPHP</A> (Allemand uniquement)";
  374.     $TEXT['pear-cell'] = "La valeur d'une cellule";
  375.  
  376.     // ---------------------------------------------------------------------
  377.     // JPGRAPH
  378.     // ---------------------------------------------------------------------
  379.  
  380.     $TEXT['jpgraph-head'] = "JpGraph - Librairie graphique pour PHP";
  381.     $TEXT['jpgraph-url'] = "<br><br><a href=\"http://www.aditus.nu/jpgraph/\" target=\"_top\">http://www.aditus.nu/jpgraph/</a>";
  382.  
  383.     // ---------------------------------------------------------------------
  384.     // ADODB
  385.     // ---------------------------------------------------------------------
  386.  
  387.     $TEXT['ADOdb-head'] = "ADOdb - Un autre accΦs BD (PHP)";
  388.     $TEXT['ADOdb-text'] = "ADOdb signifie Active Data Objects Data Base. Nous supportons actuellement MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL 7, Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite et generic ODBC. Les drivers Sybase, Informix, FrontBase et PostgreSQL sont de contributions communautaires. Vous les trouverez ici \(mini)xampp\php\pear\adodb.";
  389.     $TEXT['ADOdb-example'] = "L'exemple:";
  390.     $TEXT['ADOdb-dbserver'] = "Serveur Base de DonnΘes (MySQL, Oracle ..?)";
  391.     $TEXT['ADOdb-host'] = "H⌠te dur serveur BD (nom ou IP)";
  392.     $TEXT['ADOdb-user'] = "Username ";
  393.     $TEXT['ADOdb-password'] = "Password";
  394.     $TEXT['ADOdb-database'] = "Base de DonnΘes actuelle sur ce serveur";
  395.     $TEXT['ADOdb-table'] = "Table sΘlectionnΘe de la base";
  396.     $TEXT['ADOdb-nottable'] = "<p><b>Table introuvable!</b>";
  397.     $TEXT['ADOdb-notdbserver'] = "<p><b>Le driver pour ce serveur de Base de DonnΘes n'existe pas ou peut-Ωtre qu'il s'agit du driver ODBC, ADO or OLEDB!</b>";
  398.  
  399.  
  400.     // ONLY ENGLISH LANGUAGE SECTION
  401.  
  402.     // ---------------------------------------------------------------------
  403.     // INFO
  404.     // ---------------------------------------------------------------------
  405.  
  406.     $TEXT['info-package'] = "Package";
  407.     $TEXT['info-pages'] = "Pages";
  408.     $TEXT['info-extension'] = "Extensions";
  409.     $TEXT['info-module'] = "Apache module";
  410.     $TEXT['info-description'] = "Description";
  411.     $TEXT['info-signature'] = "Signature";
  412.     $TEXT['info-docdir'] = "Document root";
  413.     $TEXT['info-port'] = "Default port";
  414.     $TEXT['info-service'] = "Services";
  415.     $TEXT['info-examples'] = "Examples";
  416.     $TEXT['info-conf'] = "Configuration files";
  417.     $TEXT['info-requires'] = "Requires";
  418.     $TEXT['info-alternative'] = "Alternative";
  419.     $TEXT['info-tomcatwarn'] = "Warning! Tomcat is not started on port 8080.";
  420.     $TEXT['info-tomcatok'] = "OK! Tomcat is started on port 8080 successfully.";
  421.     $TEXT['info-tryjava'] = "The java example (JSP) with Apache MOD_JK.";
  422.     $TEXT['info-nococoon'] = "Warning! Tomcat is not started on port 8080. Cannot install
  423.     \"Cocoon\" without running Tomcat server!";
  424.     $TEXT['info-okcocoon'] = "Ok! The Tomcat is running normaly. The installation works can last some minutes! To install \"Cocoon\" now click here ...";
  425.  
  426.     // ---------------------------------------------------------------------
  427.     // PHP Switch
  428.     // ---------------------------------------------------------------------
  429.  
  430.     $TEXT['switch-head'] = "PHP Switch 1.0 win32 for XAMPP";
  431.     $TEXT['switch-phpversion'] = "<i><b>Current in THIS XAMPP is ";
  432.     $TEXT['switch-whatis'] = "<b>What make the PHP switch?</b><br>The apachefriends PHP Switch for XAMPP switching between the PHP version 4 to version 5 AND (!) back. So you can test your scripts with PHP 4 or PHP 5.<p>";
  433.     $TEXT['switch-find'] = "<b>Where is the PHP Switch?</b><br>PHP Switch for XAMPP will execute a PHP file (XAMPP install folder) with the name \"php-switch.php\". You should use this batch file for executing: ";
  434.     $TEXT['switch-care'] = "<b>What can be difficult?</b><br>PHP Switch will not change your PHP version, when a) the Apache HTTPD is running or/and b) the \".phpversion\" file in the install folder is vacant or have a bug. In the \".phpversion\", there was written the XAMPP current main PHP version number like \"4\" or \"5\". Please beginn with a \"shutdown\" for the Apache HTTPD and THEN execute the  \"php-switch.bat\".<p>";
  435.     $TEXT['switch-where4'] = "<b>After That! Where are my (old) config files?</b><br><br>For PHP 4:<br>";
  436.     $TEXT['switch-where5'] = "<br><br>For PHP 5:<br>";
  437.     $TEXT['switch-make1'] = "<b>What is with changes in my config files?</b><br><br>There lives! For PHP4 or PHP5 in the<br>";
  438.     $TEXT['switch-make2'] = "<br><br> .. secured for PHP4 ...<br>";
  439.     $TEXT['switch-make3'] = "<br><br> .. secured for PHP5 ...<br>";
  440.     $TEXT['switch-make4'] = "<br><br>And these files are going back with the PHP switching!!<p>";
  441.     $TEXT['switch-not'] = "<b>My PHP is okay AND i will NOT a \"switch\" !!!</b><br>Super! Then forget this here ... ;-)<br>";
  442.  
  443.     // ---------------------------------------------------------------------
  444.     // Cocoon
  445.     // ---------------------------------------------------------------------
  446.  
  447.     $TEXT['go-cocoon'] = "Cocoon now with http://localhost/cocoon/";
  448.     $TEXT['path-cocoon'] = "And the correct folder on your disk is: ...\\xampp\\tomcat\\webapps\\cocoon";
  449.  
  450.     // ---------------------------------------------------------------------
  451.     // Guest
  452.     // ---------------------------------------------------------------------
  453.  
  454.     $TEXT['guest1-name'] = "Current Guest in this release: <i>FCKeditor</i>";
  455.     $TEXT['guest1-text1'] = "A very nice HMTL ONLINE editor with much more JavaScript. Optimized for the IE. But do not function with the Mozilla FireFox.";
  456.     $TEXT['guest1-text2'] = "FCKeditor Homepage: <a href=\"http://www.fckeditor.net\" target=\"_new\">www.fckeditor.net</a>. Note: The Arial font do NOT function here, but i do not know why!";
  457.     $TEXT['guest1-text3'] = "<a href=\"guest-FCKeditor/fckedit-dynpage.php\" target=\"_new\">The example page written with the FCKeditor.</A>";
  458.  
  459.     // ---------------------------------------------------------------------
  460.     // NAVI SPECIALS SECTION
  461.     // ---------------------------------------------------------------------
  462.     
  463.     $TEXT['navi-specials'] = "Specials";
  464.     
  465.     // ---------------------------------------------------------------------
  466.     // PS AND PARADOX EXAMPLE
  467.     // ---------------------------------------------------------------------
  468.  
  469.     $TEXT['navi-ps'] = "PHP PostScript";
  470.     $TEXT['ps-head'] = "PostScript Module Example";
  471.     $TEXT['ps-text1'] = "PostScript Module ╗php_ps½ by <a class=blue target=extern href=\"mailto:steinm@php.net\">Uwe Steinmann</a>";
  472.     $TEXT['ps-text2'] = "Tip: To convert PS files to PDF files on win32, you can use <a href=\"http://www.shbox.de/\" target=\"_new\">FreePDF</a> with <a href=\"http://www.ghostscript.com/awki/\" target=\"_new\">GhostScript</a>.";
  473.     
  474.     $TEXT['navi-paradox'] = "PHP Paradox";
  475.     $TEXT['paradox-head'] = "Paradox Module Example";
  476.     $TEXT['paradox-text1'] = "Paradox Module ╗php_paradox½ by <a class=blue target=extern href=\"mailto:steinm@php.net\">Uwe Steinmann</a>";
  477.     $TEXT['paradox-text2'] = "<h2>Reading and writing a paradox database</h2>";
  478.     $TEXT['paradox-text3'] = "More examples you can find in the directory ";
  479.     $TEXT['paradox-text4'] = "Further information to Paradox databases in <a href=\"http://en.wikipedia.org/wiki/Paradox\" target=\"_new\">WikiPedia</a>.";
  480. ?>
  481.